home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The National Palace Museum Experience
/
The National Palace Museum Experience.iso
/
Programs
/
TimeLine.dxr
/
00007.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-11-19
|
231 b
|
11 lines
on exitFrame
global returnframe
set mousepos to point(the mouseH, the mouseV)
if not inside(mousepos, rect(0, 0, 320, 78)) then
puppetSprite(12, 0)
puppetSprite(57, 0)
go(returnframe)
end if
go(the frame)
end